Domain CHECK Request
Function
This request is used to find out about the status of a domain.
Requirements
None.
Request Parameters
Contact CHECK request comprises the parameters described below:
K/V Keyword | XML Namespace and Element | Occurrence min - max |
Type / Length | Value Range | Description |
---|---|---|---|---|---|
Action | domain:check | 1 | enumeration | check-erule | This is the request type. |
Version | - | 1 | enumeration | version-erule | This is the version. The keyword is only relevant for requests in the key/value format. |
Domain | domain:handle | 1 | token 4 - 66 |
domain-rule | This is the domain name. |
Domain-Ace | domain:ace | 0 - 1 | token 4 - 66 |
domainace-rule | This is the ACE form (ASCII Compatible Encoding) of the domain name. |
Examples
Response K/V Domain CHECK, pendigCreate
Domain: de-example.de
Domain-Ace: de-example.de
Status: pendigCreate
Response XML Domain CHECK, pendingCreeate
<registry-response xmlns="http://registry.denic.de/global/5.0" xmlns:tr="http://registry.denic.de/transaction/5.0">
<tr:transaction>
<tr:stid>0a38e709-33e3-d5cf-cccf-622f9a16f225</tr:stid>
<tr:result>success</tr:result>
<tr:data>
<domain:checkData xmlns:domain="http://registry.denic.de/domain/5.0">
<domain:handle>de-example.de</domain:handle>
<domain:ace>de-example.de</domain:ace>
<domain:status>pendingCreate</domain:status>
</domain:checkData>
</tr:data>
</tr:transaction>
</registry-response>
Response K/V Domain CHECK, serverHold
Domain: de-example.de
Domain-Ace: de-example.de
Status: serverHold
Response XML Domain CHECK, serverHold
<registry-response xmlns="http://registry.denic.de/global/5.0" xmlns:tr="http://registry.denic.de/transaction/5.0">
<tr:transaction>
<tr:stid>0a38e709-33e3-d5cf-cccf-622f9a16f225</tr:stid>
<tr:result>success</tr:result>
<tr:data>
<domain:checkData xmlns:domain="http://registry.denic.de/domain/5.0">
<domain:handle>denic-server-hold.de</domain:handle>
<domain:ace>denic-server-hold.de</domain:ace>
<domain:status>serverHold</domain:status>
</domain:checkData>
</tr:data>
</tr:transaction>
</registry-response>